home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pcb / radlb105.zip / PROUT1.BAT < prev    next >
DOS Batch File  |  1992-08-25  |  333b  |  16 lines

  1. @echo off
  2.  
  3. Rem DidTest is:
  4. Rem Dave Navarro's util that keeps the batch from looping thru more than once
  5.  
  6. didtest %2 %PCBDRIVE%%PCBDIR%\DIDTEST.LOG
  7.  
  8. if errorlevel == 1 goto end
  9. radlab %2 PRO c:\pcb\$door.nam
  10. copy radlab.log c:\pcb
  11. copy radlab.err c:\pcb
  12. del radlab.err
  13. del radlab.log
  14. if not exist %2 del %dszlog%
  15. :end
  16.